home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk19 / blinker / readme < prev    next >
Text File  |  1995-03-18  |  863b  |  27 lines

  1.  
  2.      Instructions for using basiclinker.
  3.  
  4.  
  5.  
  6. BASICLinker.EXE is executable linker program.  It consists of all the other
  7. modules above.  You can use BASICLinker.EXE to link itself (BASICLinker).
  8. The general rules for using the basiclinker are:
  9.  
  10.     *All modules (main program and subprograms) must be seperate elements
  11.      in the same directory.
  12.  
  13.     *All subprograms must end with .sub extension.
  14.  
  15.     *All modules must be in ASCII.  You can save a BASIC program as ASCII
  16.      in BASIC by typing: SAVE "name",A.  You can also use ED to edit your
  17.      BASIC files
  18.  
  19.     *All subprogram calls must be in the form: "CALL name.sub" or
  20.      "CALL name.sub(args..)".
  21.  
  22. For more information I can be contacted on BBS LD Voyager (818) 354-5065.
  23. Hours of operation are 5PM to 8AM and all day Sat. and Sun.  I can also
  24. be reached through FIDO net  Amiga ECHO mail areas.
  25.  
  26.  
  27.